From f9e876e2654d2f0b23a41bc7effc2bdbd0a62154 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 21 Dec 2010 12:32:34 -0500 Subject: [PATCH] Fix another typo --- gdk/x11/gdkcursor-x11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/x11/gdkcursor-x11.c b/gdk/x11/gdkcursor-x11.c index e549d7da86..1a900885b7 100644 --- a/gdk/x11/gdkcursor-x11.c +++ b/gdk/x11/gdkcursor-x11.c @@ -271,7 +271,7 @@ _gdk_x11_display_get_cursor_for_type (GdkDisplay *display, } private = g_object_new (GDK_TYPE_X11_CURSOR, - "cursor-type", GDK_CURSOR_IS_PIXMAP, + "cursor-type", cursor_type, "display", display, NULL); private->xcursor = xcursor; -- 2.30.2